From: Ken Raeburn Date: Fri, 9 Aug 2002 05:08:00 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 910000. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31212 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bb73552cc3d6f988331469072b008dfa399058a4;p=emacs.git (BASE_PURESIZE): Increase to 910000. --- diff --git a/src/puresize.h b/src/puresize.h index 147b377a69b..891dde40d77 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (830000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (910000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */